/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

  .mobile-form-login,
  .mb-logo,
  .social-media-icon {
    display: none;
  }

  .user {
    border-radius: 2px;
    padding: 3px;
  }

}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {

  /* CSS */

}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {

  /* CSS */

}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  /* CSS */

}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {

  /* CSS */

}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {

  .desktop-header,
  .desktop-footer,
  .destop-bank,
  .desktop-contact,
  .desktop-provider,
  .desktop-navbar,
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .wrapper {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .btn-group-lg>.btn,
  .btn-lg {
    padding: 0.8rem 1rem !important;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
  }

  .btn-secondary {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #929292;
  }

  .mb-menu {
    padding-left: 30px;
    font-size: 1.2rem;
  }

  span {
    transition: all .4s;
    color: #ffffff !important;
  }

  .mb-icon {
    font-size: 50px !important;
    color: #0a0a0a !important;
  }

  .bg-light {
    background-color: #696969 !important;
  }

  ul,
  li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0 !important;
    z-index: 1000;
    display: none;
    float: right !important;
    min-width: 7rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: right !important;
    list-style: none;
    background-color: #0a0a0a;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
  }

  .mb-footer {
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffc609;
    text-align: center;
  }

  .mb-social {
    padding: 10px;
  }

  .mb-menu-side {
    color: #ffffff;
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0.5rem !important;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-align: left;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 2em !important;
    height: 2em !important;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }

  .num_text p,
  .lot_text p {
    font-size: 9px !important;
  }

  .title-pro {
    font-size: 1rem;
    padding-bottom: 10px;
  }

  li.nav-item.active,
  li.nav-item:hover {
    background-color: #FFF;
    color: rgb(239 197 23) !important;
    font-weight: bold;
  }

  .btn_lang {
    padding: 0 !important;
  }
  li.nav-item {
    margin: 0;
    list-style: none;
  }
  .detail-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    color: #e8b921;
    font-size: 12px !important;
}
.detail-content-page {
  color: #e8b921;
  font-size: 12px;
  text-align: justify !important;
}
}